Method LoadTreeAsync<TProps>(IRedbObject, IRedbUser, int?)

Assembly: redb.Core.dll

Load tree/subtree with explicit user (uses config.DefaultCheckPermissionsOnLoad).

Task<TreeRedbObject<TProps>> LoadTreeAsync<TProps>(IRedbObject rootObj, IRedbUser user, int? maxDepth = null) where TProps : class, new()